READ INI CS VALUES
This command reads multiple comma separated integer or string values into an array. Optionally the array is redimed accordingly.

ARGUMENTS:
* Array() = a string or integer array
* Ini Number = number that identifies the INI file (1 to 256)
* Section Name = name of the section
* Key Name = name of the key
optional:
* Redim Flag = Flag that determines whether the array will be redimed (1) or not (0)


SYNTAX
READ INI CS VALUES Array(),Ini Number,Section Name,Key Name [,Redim Flag]


RELATED INFO
View INI Files Index
View STYX Index
View STYX Main File